HttpHeader

public final static HttpHeader HttpHeader(String name, String value)
public final static HttpHeader HttpHeader(String name, String value)

Creates a new instance of HttpHeader with the given name and value.

Since

8.0.0

Parameters

name

The name of the HTTP header.

value

The value of the HTTP header.

Throws

if name is empty or blank.